home *** CD-ROM | disk | FTP | other *** search
/ The Canadian & World Encyclopedia 1998 / The Canadian & World Encyclopedia 1998 - Disc 2.iso / pc / pb / profile.dir / 00030_Script_~go to CW < prev    next >
Text File  |  1997-07-29  |  402b  |  17 lines

  1. global qtrep_return,current_pm
  2. on mousedown
  3.   waitcursor the clickon
  4.   set qtrep_return = the frame
  5.   
  6.   see_sprite([37,38,39,40,41],false)
  7.   findcw(current_pm)
  8.   
  9.   if the castnum of sprite 6 <> 0 then
  10.     if the casttype of cast  (the castnum of sprite 6) = #digitalvideo then
  11. --      set the movietime of sprite 6 = 0
  12.       set the movierate of sprite 6 = 1
  13.     end if
  14.   end if
  15. end
  16.  
  17.